home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
anim
/
anim6.dem
< prev
next >
Wrap
Text File
|
1999-09-16
|
332b
|
16 lines
kp=xget("pixmap");
if kp=0, xset("pixmap",1);end;
n_path="SCI/demos/npend";
getf(n_path+'/macros.sci','c');
getf(n_path+'/dessin.sci','c');
getf('SCI/demos/anim/anim6.sci','c');
n=10;
r=1*ones(1,n);m=1*ones(1,n);j=1*ones(1,n);g=9.81;
y0=0*ones(2*n,1);
yt=read(n_path+'/yt.wrt',20,201);
chaina(yt);
if kp=0, xset("pixmap",0);end;